@charset "UTF-8";
/* 登录页面 start */
.flex { display: flex; }
.signIn-mask * { box-sizing: border-box; margin: 0; padding: 0; }
.signIn-mask[data-v-0f145dfd] { position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; z-index: 200000; background: rgba(0, 0, 0, .6); display:none;}
.signin[data-v-0f145dfd] { background-position: 0; background-size: 500px 560px; background-repeat: no-repeat; border-radius: 12px; overflow: hidden; position: relative; }
.login-box[data-v-0f145dfd] { background-color: #fff; width: 500px; height: 560px;  transition: margin .35s ease-in;
}
.item-box[data-v-0f145dfd] { height: 100%; overflow: hidden; }
.item-mark-box[data-v-0f145dfd] { width: 1600px; height: 100%; display: flex; align-items: center;  transition: transform .5s ease-in-out;
}
.item-mark-box .mark-box-item[data-v-0f145dfd] { flex-grow: 0; width: 500px; height: 100%; overflow: hidden; }
.login-type-box[data-v-dc5e36bc] { width: 100%; height: 100%; overflow: hidden; }
.login-type-box .login-type-mark[data-v-dc5e36bc] { width: 1100px;  transition: transform .3s ease-in-out;
}
.login-type[data-v-dc5e36bc] { display: inline-block; padding-top: 83px; width: 500px; vertical-align: top; }
.type-box[data-v-dc5e36bc] { width: 100%; height: 316px; position: relative; }
.login-mark[data-v-dc5e36bc] { width: 100%; background-color: #fff; position: absolute; left: 0; top: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;  transition: transform .3s ease-in-out;
}
.vx-qrcode .vx-qrcode__code-title[data-v-83b1bf4c] { padding-bottom: 35px; display: flex; align-items: center; justify-content: center; }
.vx-qrcode .vx-qrcode__code-title span[data-v-83b1bf4c] { font-size: 22px; font-weight: 500; color: #000; line-height: 30px; }
.vx-qrcode__code-box[data-v-83b1bf4c] { position: relative; width: 172px; height: 172px; margin: 0 auto; padding: 8px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); }
.vx-qrcode__code-box .vx-qrcode__fail-content[data-v-83b1bf4c] { position: absolute; background-color: hsla(0, 0%, 100%, .8); top: 0; left: 0; width: 100%; height: 100%; font-size: 14px; color: #ff2238; line-height: 20px; cursor: pointer; text-align: center; }
.login-mark[data-v-dc5e36bc] { width: 100%; background-color: #fff; position: absolute; left: 0; top: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;  transition: transform .3s ease-in-out;
}
.phone-tit[data-v-fb50f60e] { text-align: center; font-size: 22px; font-weight: 500; color: #000; line-height: 30px; padding-bottom: 37px; }
.phone-tit img[data-v-fb50f60e] { display: unset; width: 28px; margin-right: 8px; }
.phone-box[data-v-fb50f60e] { width: 340px; margin: 0 auto; }
.login-form {
    overflow: hidden;
}
.el-form-item {
    display: flex;
    margin-bottom: 22px;
}
.el-form-item__content {
    flex: 1 1;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    min-width: 0;
}
.login-form .el-form-item__content {
    line-height: 50px;
}
.el-input {
    --el-input-font-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border-base);
    --el-input-border-color: var(--el-border-color-base);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-background-color: var(--el-color-white);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border: var(--el-color-primary);
    position: relative;
    font-size: 14px;
    font-size: var(--el-font-size-base);
    display: inline-block;
    width: 100%;
    line-height: 40px;
}
.login-form .el-input__inner {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    padding: 14px 20px 12px;
}
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus {
    border-color: #f56c6c;
    border-color: var(--el-color-danger);
}
.el-form-item__error {
    color: #f56c6c;
    color: var(--el-color-danger);
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}
.phone-box .code-form[data-v-fb50f60e] {
    position: relative;
}
.login-form .el-form-item__content {
    line-height: 50px;
}
.el-form-item__content {
    flex: 1 1;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    min-width: 0;
}
.phone-box .code-form .get-code[data-v-fb50f60e] {
    position: absolute;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    right: 18px;
    top: 0;
    cursor: pointer;
}
.login-btn[data-v-fb50f60e] {
    width: 100%;
    height: 56px;
    background: #ff004b;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 56px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.type-methods[data-v-dc5e36bc] {
    color: #000;
    line-height: 20px;
    text-align: center;
	font-size: 16px;
}
.type-methods span[data-v-dc5e36bc] {
    cursor: pointer;
}
.signin .close-icon[data-v-0f145dfd] {
    width: 16px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}
.to-register[data-v-dc5e36bc] {
    text-align: center;
    padding-top: 82px;
    color: #999;
    line-height: 20px;
	font-size: 16px;
}

 .nc_scale {
        background: #e8e8e8 !important;
      }
      .nc_scale div.nc_bg {
        background: #7ac23c !important;
      }
      .nc_scale .scale_text2 {
        color: #fff !important;
      }
      .nc_scale span {
        border: 1px solid #ccc !important;
      }
      .errloading {
        border: #faf1d5 1px solid !important;
        color: #ef9f06 !important;
      }